github.com/jackc/pgx/v5/pgconn.ResultReader.commandConcluded (field)

10 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1673: 				commandConcluded: true,
		pgconn.go#L1680: 				commandConcluded: true,
		pgconn.go#L1719: 	commandConcluded  bool
		pgconn.go#L1765: 	for !rr.commandConcluded {
		pgconn.go#L1806: 	for !rr.commandConcluded {
		pgconn.go#L1838: 	for !rr.commandConcluded {
		pgconn.go#L1915: 	if rr.commandConcluded {
		pgconn.go#L1921: 	rr.commandConcluded = true
		pgconn.go#L2737: 			commandConcluded:  true,
		pgconn.go#L2865: 			commandConcluded: true,